home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 4173 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.7 KB

  1. Path: fc.hp.com!tomk
  2. From: tomk@fc.hp.com (Tom Kennedy)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Using PC Zip Disks, the truth
  5. Date: 8 Feb 1996 00:57:59 GMT
  6. Organization: Hewlett-Packard Fort Collins Site
  7. Message-ID: <4fbhqn$p79@fcnews.fc.hp.com>
  8. References: <3-633-265-0-2401b475@nwamiga.apana.org.au> <1749.6608T839T1525@xmission.com> <DMB1yD.FIG@actrix.gen.nz> <4f5etj$och@fcnews.fc.hp.com> <DMEu5K.Fpz@actrix.gen.nz>
  9. NNTP-Posting-Host: magnum.fc.hp.com
  10. X-Newsreader: TIN [version 1.2 PL1.4]
  11.  
  12. Colin Palmer (cpalmer@atlantis.actrix.gen.nz) wrote:
  13. : In article <4f5etj$och@fcnews.fc.hp.com>, Tom Kennedy <tomk@fc.hp.com> wrote:
  14. : > Colin Palmer (cpalmer@atlantis.actrix.gen.nz) wrote:
  15.  
  16. : problem (not even format QUICK works).  BTW: has anyone actually tried 
  17. : formatting a ZIP disk when it's setup with 1 block per track and 196608 
  18. : cylinders, it takes hours!
  19.  
  20. Yep... I tried that as well.  Yuck!  Fortunately, there is no reason
  21. to NOT use a format QUICK -- and that only takes a few seconds.  (The
  22. disks are preformatted -- all you need to do is slop a directory on
  23. the disk and you're set!  Format QUICK is all you need!)
  24.  
  25. : On a related note, what are the best settings for BlocksPerTrack and 
  26. : HighCyl?  I've been told that since it's a SCSI drive, these can be any 
  27. : values that don't exceed the total disk capacity.  HDToolBox uses 68 and 
  28. : 2890, which only gives 196558 sectors, the MS-DOS mountfile uses 1 and 
  29. : 196607 which is OK unless you want to format the disk (see above).  
  30. : Surely the best values are 64 and 3071, or am I missing something?
  31.  
  32. Ahhh!  I see the problem now.  You see, messy-dos file system does not
  33. allow the values of Sectors per Track, Number of Heads, and Tracks to
  34. be too large (I don't recall the exact limit).  Since the total number
  35. of sectors is (Sec per Track) * (Num Heads) * (Num Tracks), you need
  36. to use values for these parameters that are smaller, but still equals
  37. 196608.  (This is a limitation in the messy-dos file system -- nothing
  38. CrossDOS can do about it if they want to be compatible.)  The Amiga
  39. allows 32-bit ints for each of these paremeters, so you're not likely
  40. to run into its limits :)
  41.  
  42. As far as the drive's concerned, the geometry is irrelevant.  But, the
  43. file system you use may have some limitations.  In the case of Amiga
  44. file systems, it's rarely (if ever) a problem).  With messy-dos, it is
  45. often a problem...
  46.  
  47. HDToolBox uses 68 blocks per track because that's its default.
  48. Actually, I've found that HDToolBox *always* guesses disk geometry
  49. wrong.  (It's always less than it could be, but never more that it can
  50. be.)  I'd suggest using a scsi interrogator to read the actual drive
  51. size, then factor that number yourself into 3 numbers and use that for
  52. the drive geometry.  
  53.  
  54. Tom Kennedy
  55.